Slides for the RStudio Tips and Tricks Series are available
https://jeremy-allen.github.io/rstudio-tps/
library(palmerpenguins)
library(tidyverse)
library(janitor)
library(here)
Pro tip: cmd+, to access global options
Pro tip: If you are on a Linux server, see what operating system you are on by running this in your console:
system("lsb_release -a")
Then go to RStudio Public Package Manager
Use shift+cmd+p to access the command palette and:
Pro tip: Navigate your document with the outliner
also ctl+shift+o
Go back up to the line “## set repo for RStudio Public Package Manager”
Click the little triangle next to the line number
pro tip: type a couple of letters then cmd+up for visual of matches or just up for last command
Pro tip: great for Shiny apps when you have ui, sever, and css files
Pro tip: cmd+a to select all
In the git tab, click once on the row of the top item.
Then, cmd+a to select them all. Then, check one box to check them all.
Pro tip: revert
Save, Commit, and Push, then
add a bunch of text below and save the file
go to the git tab
select file
More
Revert